- PurpleDebugLevel
alias PurpleDebugLevel = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleDebugUiOps
alias PurpleDebugUiOps = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug
alias da_purple_debug = void function(PurpleDebugLevel level, const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_error
alias da_purple_debug_error = void function(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_fatal
alias da_purple_debug_fatal = void function(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_get_ui_ops
alias da_purple_debug_get_ui_ops = PurpleDebugUiOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_info
alias da_purple_debug_info = void function(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_init
alias da_purple_debug_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_is_enabled
alias da_purple_debug_is_enabled = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_is_unsafe
alias da_purple_debug_is_unsafe = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_is_verbose
alias da_purple_debug_is_verbose = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_misc
alias da_purple_debug_misc = void function(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_set_enabled
alias da_purple_debug_set_enabled = void function(gboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_set_ui_ops
alias da_purple_debug_set_ui_ops = void function(PurpleDebugUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_set_unsafe
alias da_purple_debug_set_unsafe = void function(gboolean unsafe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_set_verbose
alias da_purple_debug_set_verbose = void function(gboolean verbose)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_debug_warning
alias da_purple_debug_warning = void function(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug
void purple_debug(PurpleDebugLevel level, const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_error
void purple_debug_error(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_fatal
void purple_debug_fatal(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_get_ui_ops
PurpleDebugUiOps* purple_debug_get_ui_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_info
void purple_debug_info(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_init
void purple_debug_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_is_enabled
gboolean purple_debug_is_enabled()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_is_unsafe
gboolean purple_debug_is_unsafe()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_is_verbose
gboolean purple_debug_is_verbose()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_misc
void purple_debug_misc(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_set_enabled
void purple_debug_set_enabled(gboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_set_ui_ops
void purple_debug_set_ui_ops(PurpleDebugUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_set_unsafe
void purple_debug_set_unsafe(gboolean unsafe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_set_verbose
void purple_debug_set_verbose(gboolean verbose)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_warning
void purple_debug_warning(const(char)* category, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug
da_purple_debug purple_debug;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_error
da_purple_debug_error purple_debug_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_fatal
da_purple_debug_fatal purple_debug_fatal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_get_ui_ops
da_purple_debug_get_ui_ops purple_debug_get_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_info
da_purple_debug_info purple_debug_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_init
da_purple_debug_init purple_debug_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_is_enabled
da_purple_debug_is_enabled purple_debug_is_enabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_is_unsafe
da_purple_debug_is_unsafe purple_debug_is_unsafe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_is_verbose
da_purple_debug_is_verbose purple_debug_is_verbose;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_misc
da_purple_debug_misc purple_debug_misc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_set_enabled
da_purple_debug_set_enabled purple_debug_set_enabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_set_ui_ops
da_purple_debug_set_ui_ops purple_debug_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_set_unsafe
da_purple_debug_set_unsafe purple_debug_set_unsafe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_set_verbose
da_purple_debug_set_verbose purple_debug_set_verbose;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_debug_warning
da_purple_debug_warning purple_debug_warning;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.